win32: Theme paned separator
authorAlexander Larsson <alexl@redhat.com>
Tue, 20 Mar 2012 10:36:35 +0000 (11:36 +0100)
committerAlexander Larsson <alexl@redhat.com>
Tue, 20 Mar 2012 10:36:35 +0000 (11:36 +0100)
gtk/gtk-win32-base.css

index 16839524df1973bc6b442a0559ee34837c0aa7fb..341bbf3d0ff08d675711b291f4d2aa59a607e6e4 100644 (file)
@@ -823,14 +823,20 @@ GtkColorSwatch:prelight {
     color: shade (@bg_color, 0.6);
 }
 
-.pane-separator {
+.pane-separator.horizontal {
     background-image: -gtk-win32-theme-part(rebar, 1 1);
 
-/* Use this when background-position is supported
-    background-size: 20px 20px;
+    background-size: 6px 21px;
+    background-repeat: no-repeat;
+    background-position: center;
+}
+
+.pane-separator.vertical {
+    background-image: -gtk-win32-theme-part(rebar, 2 1);
+
+    background-size: 21px 6px;
     background-repeat: no-repeat;
     background-position: center;
-*/
 }
 
 GtkStatusbar > GtkFrame {